home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 1996 September
/
inter@ivo 1996-09.iso
/
cybint8
/
bin
/
demos.dxr
/
00005.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-02
|
300 b
|
19 lines
on exitFrame
global act
if act = 0 then
if rollOver(2) or rollOver(3) then
cursor([901, 902])
else
cursor(-1)
end if
end if
if act = 1 then
if rollOver(7) or rollOver(8) then
cursor([901, 902])
else
cursor(-1)
end if
end if
Loopframe()
end